table,th,td,tr{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}
thead .table2{
    background-color: rgba(102, 102, 102, 0.74);
    color: white;
    font-weight: bold;
  }
  th .table2,td .table2{
          display: flex;
          justify-content: center;
  }
  thead .table1{
    background-color: white;
    font-weight: bold;
  }
  tbody .table1{
          display: flex;
          justify-content: center;
  }